


.logo-af{
  width: 170px;
}

.logo-af2{
  width: 100px;
}


.hero{
  padding-top: 0;
}

.hero h1{
  font-size: 470%;
  font-weight:  normal;
}

.slogan{
  font-size: 40%;
  font-weight:  normal;
}

.breadcrumbs-custom-title{
  font-weight: 600;
}

.breadcrumbs-custom-title h2{
  font-weight:  900;
  color: red;
}
.tesi-title{
  margin: auto;
  text-align: center;
  margin-bottom: 5rem;
}

.tesi-icon{
  color: #0095D9;;
  font-size: 400%;
  font-weight:  100;
}



/* SITO IN COSTRUZIONE

body {
  font-family: sans-serif;
  text-align: center;
  background-color: #f2f2f2;
}

.container {
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

img {
  width: 100%;
  margin-bottom: 20px;
}

.progress-bar {
  width: 100%;
  height: 20px;
  background-color: #ccc;
  border-radius: 5px;
}

.progress {
  width: 0%;
  height: 100%;
  background-color: #007bff;
  animation: progress 10s linear infinite;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
*/
